home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Organic Chemistry (8th Edition)
/
Image.iso
/
pc
/
organic
/
media
/
content
/
book_flash.swf
/
scripts
/
DefineButton2_281
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-05-14
|
270 b
|
13 lines
on(release){
if(_parent.content._visible == false)
{
_parent.content._visible = true;
_root.sectionlist.but.bt.enabled = false;
}
else
{
_parent.content._visible = false;
_root.sectionlist.but.bt.enabled = true;
}
}